home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00180.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  356 b   |  20 lines

  1. global gVRSprite1
  2.  
  3. on exitFrame
  4.   PanoFrameScript(1)
  5.   set mousePoint to point(the mouseH, the mouseV)
  6.   set spriteRect to rect(466, 377, 633, 480)
  7.   if rollOver(gVRSprite1) then
  8.     go(marker(0))
  9.     exit
  10.   end if
  11.   cursor(200)
  12.   cursor(-1)
  13.   if inside(mousePoint, spriteRect) then
  14.     go(marker(0) + 2)
  15.     exit
  16.   else
  17.     go(marker(0) + 1)
  18.   end if
  19. end
  20.